Home:ALL Converter>Why can't table be listed in oracle db?

Why can't table be listed in oracle db?

Ask Time:2021-12-07T19:31:33         Author:saluc

Json Formatter

in oracle database on linux server;

desc table_x;    =>  getting data
select * from table_x;   => getting data
SELECT table_name from all_tables;   => it is not in the list

How can I get this table to appear in the list?

Thanks.

Author:saluc,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/70259375/why-cant-table-be-listed-in-oracle-db
yy